home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Shareware World / Info / For Developers / The Big Hairy Installer / The Instructions / 11. Easy Install Options < prev    next >
Text File  |  1999-01-28  |  2KB  |  37 lines

  1. Big Hairy Easy Install
  2.  
  3. This is a more traditional installer look on top of BHI's ultra-simple file structure. In order to invoke it, you must have a file named "Easy Install Script" in the Installer Files folder. If BHI sees this file, it will default to Easy Install style.
  4.  
  5. There are three parts to this:
  6. Easy Install Script 
  7.      This file will need the following sections, in any order:
  8.           blurb•Easy Install Blurb
  9.           size•13000331
  10.           installfile•Easy Install Files
  11.           title•Internet Installer
  12.      What this means:
  13.           blurb is the name of the file which will house the text that will go on the Easy Install screen
  14.           size is the number of bytes (approximately) that the default installation will require
  15.           installfile is the name of the file which houses the install commands.
  16.           title is what you want the window to be named
  17.  
  18.      Also, you can include a quitnow command, to quit the installer immediately after
  19.      installing this software.
  20.           quitnow•true
  21.  
  22. Easy Install Blurb
  23.      This file should just have the text that you want to appear on the default (Easy) screen in the installer.
  24.  
  25. Easy Install Files
  26.      If you're already using BHI, you may notice that the following format is exactly the same as 
  27.      the old style BHI 'Actions'. They can use condition files, and you can launch AppleScripts as
  28.      well as documents or applications.
  29.           true•folder•Netsurfer ƒ•<Startup Disk>
  30.           true•folder•Netsurfer•<Prefs>
  31.           conditions 4•folder•InternetConfig2.0•<Startup Disk>InternetConfig2.0
  32.           conditions 5•file•Misc:Internet Config Extension•<Extensions>
  33.           true•file•Misc:test file•<Extensions>
  34.           true•script•beep it
  35.           true•launch•Netscape:JPIG
  36.  
  37. For more info on how these files work, read up on the old style sections.